home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global CROSSES, SCORE
- puppetSound("SNAP")
- updateStage()
- set SCORE to SCORE + 300
- startTimer()
- repeat while the timer < 120
- nothing()
- end repeat
- puppetSound("ADDPOINTS")
- PUTINSCORE()
- updateStage()
- startTimer()
- repeat while the timer < 60
- nothing()
- end repeat
- go("LD0")
- end
-